Toxicodendron is a genus of in the sumac family, Anacardiaceae. It contains woody , and , including poison ivy, poison oak, and the lacquer tree. All members of the genus produce the skin-irritating oil urushiol, which can cause a severe allergic reaction. The generic name is derived from the Greek words ( toxikos), meaning "poison," and ( dendron), meaning "tree". ξ1 The best known members of the genus in North America are poison ivy (T. radicans), practically ubiquitous throughout most of eastern..
In computer programming, a parameter is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine. These pieces of data are called arguments. An ordered list of parameters is usually included in the definition of a subroutine, so that, each time the subroutine is called, its arguments for that call can be assigned to the corresponding parameters.